home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / INETSRV / HTMLA / ADVEDD.HTR < prev    next >
Encoding:
Text File  |  1996-07-31  |  1.9 KB  |  48 lines

  1. <html>
  2. <%!PosDenyIpAccess urlparam%>
  3. <title>Administrator - Deny Access</title>
  4.  
  5. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  6.  
  7. <!-- Header -->
  8. <TABLE BORDER=0>
  9. <TR VALIGN=CENTER>
  10. <TD>
  11. <A HREF="/iisadmin/default.htm">
  12. <IMG SRC="/iisadmin/logo.gif" ALT="" ALIGN=BOTTOM BORDER=0></A></TD>
  13. <TD><FONT SIZE=+2 COLOR=000000>
  14. <B><%if servid EQ 4%>WWW Administrator<%elif servid EQ 1%>FTP Administrator<%elif servid EQ 2%>Gopher Administrator<%endif%> - Deny Access</B></FONT><BR>
  15. <FONT SIZE=+1 COLOR=0000CD>Administration on <%servname%>://<%hostname%></FONT>
  16. </TD></TR>
  17. </TABLE>
  18. <HR>
  19. <P>
  20. <table BORDER=0 BGCOLOR=C0C0C0 NOWRAP>
  21.  
  22. <%if servid EQ 4%>Deny WWW access to the following :<%elif servid EQ 1%>Deny FTP access to the following :<%elif servid EQ 2%>Deny Gopher access to the following :<%endif%>
  23. <P>
  24.  
  25. <form method="POST" action="/scripts/iisadmin/ism.dll?<%servname%>/adveddu+<%ipdenyref%>">
  26. <input type="radio" name="denyisipsingle" value=1 <%if denyisipsingle EQ 1%>CHECKED<%endif%>> Single Computer<p>
  27. <input type="radio" name="denyisipsingle" value=0 <%if denyisipsingle EQ 0%>CHECKED<%endif%>> Group of Computers<p>
  28. IP Address : <input type="text" name="denyipaddr" value="<%denyipaddr%>"><p>
  29. A subnet mask is only necessary when you deny access to a group of computers<p>
  30. Subnet Mask : <input type="text" name="denyipmask" value="<%if denyisipsingle EQ 0%><%denyipmask%><%endif%>"><p>
  31.  
  32. <!-- OK/CANCEL/RESET Buttons -->
  33. <TABLE WIDTH=500 HEIGHT=30 BORDER=0 NOWRAP>
  34. <TR><TD ALIGN=RIGHT>
  35. <input type="submit" value="     OK     ">
  36. <input type="submit" name="cancel" value=" Cancel ">
  37. <input type="reset" value="  Reset  ">
  38. <%if 1 EQ 1%>
  39. <input type="hidden" name="helptopic" value="/iisadmin/<%if servid EQ 4%>htadve.htm<%elif servid EQ 1%>ftadve.htm<%elif servid EQ 2%>goadve.htm<%endif%>">
  40. <input type="submit" name="help" value="  Help  ">
  41. <%endif%>
  42. </TD></TR>
  43. </TABLE>
  44.  
  45. </TABLE>
  46. </form>
  47. </body>
  48. </html>